home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
patches
/
586dx20.lha
/
HardDisk_Installer
< prev
next >
Wrap
Text File
|
1995-05-23
|
919b
|
51 lines
; Script file to decompress .jdc files and assign e586DX:
copy e586DX:lhex ram:
makedir ram:e586DX_Temp
assign OurPC: ram:e586DX_Temp
echo "Copying files to temporary storage..."
echo
copy >NIL: e586DX: OurPC: all
copy >NIL: OurPC:iconx sys:c/
cd OurPC:PC_EMU/devs
ram:lhex -qf x devs.lha
delete >NIL: #?.lha
cd /Fonts/
ram:lhex -qf x fonts.lha
delete >NIL: #?.lha
;cd /documentation/
;delete >NIL: #?.lha
;cd /Ext_IO/
;delete >NIL: #?.lha
cd /libs/
ram:lhex -qf x libs.lha
delete >NIL: #?.lha
cd /Video_Drivers/
ram:lhex -qf x videodrivers.lha
delete >NIL: #?.lha
cd /
ram:lhex -qf x e586DX.lha
ram:lhex -qf x e586SX.lha
delete >NIL: #?.lha
delete >NIL: ram:lhex
cd OurPC:
installer SCRIPT InstallerScript APPNAME "EMPLANT's e586DX Emulation Upgrade" MINUSER average DEFUSER average
assign OurPC: remove
echo " "
echo "Cleaning up temporary installation storage..."
echo
cd ram:
delete >NIL: e586DX#? all